home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Utilities / Unix / WhosOnFirst / WhosOnFirst.app / WhosOnFirst.nib / data.classes next >
Text File  |  1992-12-26  |  975b  |  74 lines

  1. DefaultMgr = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. ProcessManager = {
  14.     ACTIONS = {
  15.     };
  16.     OUTLETS = {
  17.     myWindow;
  18.     myTextObject;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. NiftyMatrix = {
  23.     ACTIONS = {
  24.     };
  25.     OUTLETS = {
  26.     activeCell;
  27.     };
  28.     SUPERCLASS = Matrix;
  29. };
  30. IconView = {
  31.     SUPERCLASS = View;
  32. };
  33. myMainObject = {
  34.     ACTIONS = {
  35.     appDidInit:;
  36.     terminate:;
  37.     };
  38.     OUTLETS = {
  39.     iconWindow;
  40.     mySpeech;
  41.     owner;
  42.     iconMatrix;
  43.     scrollView;
  44.     icon;
  45.     localInfoMgr;
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49. InfoMgr = {
  50.     ACTIONS = {
  51.     switchViews:;
  52.     enableSpeech:;
  53.     };
  54.     OUTLETS = {
  55.     scrollView;
  56.     generalView;
  57.     TextToSpeechView;
  58.     mainObject;
  59.     speakLog;
  60.     LicenceView;
  61.     defaultManager;
  62.     speechControlView;
  63.     speakMessages;
  64.     doubleClickAction;
  65.     window;
  66.     iconInfoView;
  67.     speechView;
  68.     infoView;
  69.     confirmDoubleClick;
  70.     whenToSpeak;
  71.     };
  72.     SUPERCLASS = Object;
  73. };
  74.